home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 1997 #1
/
Amiga Plus CD - 1997 - No. 01.iso
/
pd
/
programmierung
/
mesa-1.2.8
/
include
/
mondello
/
misc.h
< prev
next >
Wrap
C/C++ Source or Header
|
1996-05-27
|
157b
|
10 lines
#ifndef MISC_H
#define MISC_H
void PCILock();
void PCIUnlock();
int PCIIn(int device, int address);
void PCIOut(int device, int address, int data);
#endif